home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / gfx-system / cybershare / versions < prev    next >
Text File  |  1995-02-05  |  2KB  |  82 lines

  1. ;**************************************************************************
  2. ;* Version Script by Robert Reiswig for Frank M.  ©1995 V1.112
  3. ;* 
  4. ;**************************************************************************
  5.  
  6.  
  7.  
  8. echo ""
  9.  
  10. echo "Versions of CyberGraphics Software Installed "
  11. echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
  12.  
  13. ;echo "Version of " noline
  14. ;version full 
  15. ;echo ""
  16.  
  17.  
  18. IF EXISTS Libs:cybergraphics.library 
  19.       echo "Version of " noline
  20.     version libs:cybergraphics.library full
  21. ELSE
  22.     echo "Libs:cybergraphics.library NOT INSTALLED!"
  23. EndIF
  24. echo ""
  25.  
  26.  
  27.  
  28. IF EXISTS Libs:cyberintuition.library 
  29.       echo "Version of " noline
  30.     version Libs:cyberintuition.library full 
  31. ELSE
  32.     echo "Libs:cyberintuition.library NOT INSTALLED!"
  33. EndIF
  34. echo ""
  35.  
  36.  
  37.  
  38. IF EXISTS Libs:cyberlayers.library 
  39.       echo "Version of " noline
  40.     version Libs:cyberlayers.library full 
  41. ELSE
  42.     echo "Libs:cyberlayers.library NOT INSTALLED!"
  43. EndIF
  44. echo ""
  45.  
  46.  
  47.  
  48. IF EXISTS Libs:vilintuisup.library 
  49.       echo "Version of " noline
  50.     version Libs:vilintuisup.library full 
  51. ELSE
  52.     echo "Libs:vilintuisup.library NOT INSTALLED!"
  53. EndIF
  54. echo ""
  55.  
  56.  
  57.  
  58.  
  59. IF EXISTS Devs:monitors/Picasso 
  60.       echo "Version of " noline
  61.     version Devs:monitors/Picasso full 
  62. ENDIF
  63.  
  64. IF EXISTS Devs:monitors/Spectrum 
  65.       echo "Version of " noline
  66.     version Devs:monitors/Spectrum full 
  67. EndIf
  68.  
  69. IF EXISTS Devs:monitors/Piccolo 
  70.       echo "Version of " noline
  71.     version Devs:monitors/Piccolo full 
  72. EndIf
  73.                
  74.  
  75. EndIF
  76. echo ""
  77.  
  78.  
  79. ask "Press <Return> to Quit....."
  80.  
  81.  
  82.